Crate minidump_unwind

source ·
Expand description

Unwind stack frames for a thread.

Re-exports§

Modules§

  • This module defines the interface used by minidump-unwind to symbolize stack traces.

Structs§

  • A stack of StackFrames produced as a result of unwinding a thread.
  • A function argument.
  • Arguments for this function
  • A stack frame for an inlined function.
  • A single stack frame produced from unwinding a thread’s stack.

Enums§

  • Information about the results of unwinding a thread’s stack.
  • The calling convention of a function.
  • Indicates how well the instruction pointer derived during stack walking is trusted. Since the stack walker can resort to stack scanning, it can wind up with dubious frames.
  • An optional callback when walking frames.

Functions§